🛠️ All DevTools
Showing 3041–3060 of 4434 tools
Last Updated
May 02, 2026 at 08:00 AM
APITect – Best Mock API Design Platform
Product Hunt[API/SDK] Chaos to Clarity. No Code. No Confusion. No Chaos. APITect turns chaos into clarity in API development. 🚀 Paste JSON to get instant contracts, validate in real-time, mock dynamic responses, collaborate with your team & export anywhere — no code, no confusion, no chaos.
Port Kill
Product Hunt[Other] Kill dev ports A lightweight cross-platform status bar app that monitors and manages development processes running on configurable ports. The app provides real-time process detection and allows you to kill individual processes or all processes at once.
Open-ollama-webui
Product Hunt[Other] Open-Ollama-WebUI makes running and exploring local AI model Open-Ollama-WebUI makes running and exploring local AI models effortless with a clean chat interface, model controls, and dynamic API support. - hamzaxinstitute/Open-Ollama-WebUI
ScholarSight
Product Hunt[Other] Get specific information from texts ScholarSight is your intelligent research assistant, designed to help you analyze, synthesize, and extract key insights from academic papers and complex documents. Upload your PDFs, ask questions, and unlock a deeper understanding of your research.
Test Generator by Quash
Product Hunt[Testing] One click to convert product docs into automated mobile QA Quash is an AI-native mobile testing platform that automatically converts PRDs, Figma files, and app listings into ready-to-run test cases, so teams can ship faster without writing scripts. Early access is open, with code support coming soon.
Blackbox
Product Hunt[Other] Chrome extension for session recording & debugging Record user interactions, console logs, and network requests. Export sessions as JSON and replay them for comprehensive debugging and QA analysis.
CSS Extractor Pro
Product Hunt[Other] Extract & copy clean css code Stop copying messy CSS from DevTools. Get production-ready code instead.
Beatwell API
Product Hunt[API/SDK] Harmonized with life We provide API for physiological signal processing, enabling researchers and companies to analyze raw data such as PPG or ECG without building algorithms from scratch. Our goal: make biomedical signal analysis faster, reproducible, and accessible worldwide.
Botennica
Product Hunt[API/SDK] Create AI powered chatbots in minutes Botennica lets you build AI chatbots trained on your own data—websites, files, or YouTube videos—and embed them easily. No coding needed, fully customizable, and affordable. Perfect for businesses, creators, or anyone wanting a smart personal chatbot.
TenBulb
Product Hunt[Other] AI-Powered Innovation Management: Figure out what to build AI-Powered Product Innovation Management Platform
How Container Filesystem Works: Building a Docker-Like Container from Scratch
Hacker News (score: 30)[Other] How Container Filesystem Works: Building a Docker-Like Container from Scratch
Show HN: CLAVIER-36 (programming environment for generative music)
Hacker News (score: 27)[Other] Show HN: CLAVIER-36 (programming environment for generative music) CLAVIER-36 is a programming environment for generative music. Programs are laid out in a two-dimensional grid, and evolve over time according to a fixed set of rules. The system is much like a cellular automaton, in that most of the rules governing the evolution of the system are local.<p>C36 programs describe sequences of discrete events in time. The environment includes a primitive sampler, as a self-contained means of interpreting these events as sound. For full expressivity, though, the system is best used as a generator of data for interpretation by an external musical instrument, such as a synthesizer.<p>The project was very directly inspired by Orca (<a href="https://100r.co/site/orca.html" rel="nofollow">https://100r.co/site/orca.html</a>). It began as my own from-scratch implementation of Orca and diverged over time.<p>It's written in C, and compiled to WASM for the browser.<p>See the following pages for more info:<p>about page: <a href="https://clavier36.com/about" rel="nofollow">https://clavier36.com/about</a><p>user manual: <a href="https://clavier36.com/manual" rel="nofollow">https://clavier36.com/manual</a><p>tutorial video: <a href="https://youtu.be/rIpQmJVMjCA" rel="nofollow">https://youtu.be/rIpQmJVMjCA</a>
fla-org/flash-linear-attention
GitHub Trending[Other] 🚀 Efficient implementations of state-of-the-art linear attention models
simdjson/simdjson
GitHub Trending[Other] Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
huggingface/transformers
GitHub Trending[API/SDK] 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
Fluxy AI
Product Hunt[Other] AI Customer Support Agents for SaaS Business FluxyAI is your all-in-one platform for AI-powered workflow automation, integrations, and productivity tools.
Chainpilot - #1 Tool For Web3 Automation
Product Hunt[Other] Automate your Web3 workflows in minutes Tired of writing custom scripts just to automate simple blockchain tasks? Connect wallets, contracts, and real-world actions without writing a single line of code. The MVP is in progress, join the waiting list to be one of the first users!
Build shadcn/ui Forms Seconds
Product Hunt[Other] A free form builder for shadcn/ui components. Create beautiful, responsive forms with our easy-to-use form builder and generate React code using shadcn/ui components.
ExtendBase
Product Hunt[Other] Your One-Stop Plugins Hub ExtendBase is a unified plugin marketplace to discover top tools across Chrome, Figma, Slack, Notion & more. Find and compare plugins by usage category or platform — boost your workflow with one-click access to the tools that power productivity.
Show HN: wcwidth-o1 – Find Unicode text cell width in no time for JavaScript/TS
Hacker News (score: 13)[Code Quality] Show HN: wcwidth-o1 – Find Unicode text cell width in no time for JavaScript/TS I ported Markus Kuhn’s wcwidth to TypeScript and optimized it with bitset lookups for O(1) performance. It now covers the full Unicode 15.1 combining ranges.<p>GitHub: <a href="https://github.com/dawsonhuang0/Wcwidth-O1" rel="nofollow">https://github.com/dawsonhuang0/Wcwidth-O1</a> NPM: <a href="https://www.npmjs.com/package/wcwidth-o1" rel="nofollow">https://www.npmjs.com/package/wcwidth-o1</a><p>Feedback welcome!